The attached patch converts the balloon driver and xend to use
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 2 Aug 2005 11:21:11 +0000 (11:21 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 2 Aug 2005 11:21:11 +0000 (11:21 +0000)
commit794c430127ebd65a39a7def8653df303e96b5269
tree01d384ea814903b1e30ad67d542b43d7001ba8f3
parent9948ce525944f55d3dd045363a3b1ae6cd8efdc9
The attached patch converts the balloon driver and xend to use
xenstore instead of control messages.

Note: Because there is no way to set a watch on a non-existent key,
this patch includes a workaround to account for the fact that dom0's
store keys are not initialized by the tools before it boots.

Signed-off-by: Dan Smith <danms@us.ibm.com>
linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c
tools/python/xen/xend/XendDomainInfo.py